projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9405858
)
accessible: Fix compile warnings
author
Rico Tzschichholz
<ricotz@ubuntu.com>
Sun, 23 Oct 2016 17:09:27 +0000
(19:09 +0200)
committer
Rico Tzschichholz
<ricotz@ubuntu.com>
Sun, 23 Oct 2016 17:09:27 +0000
(19:09 +0200)
gtk/gtkaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaccessible.c
b/gtk/gtkaccessible.c
index e6d53bf2539c4a4f1e927af5ed6b801d09a81f24..fdf2ef7add07ebcb8ae5137631aabed48388e761 100644
(file)
--- a/
gtk/gtkaccessible.c
+++ b/
gtk/gtkaccessible.c
@@
-217,10
+217,3
@@
gtk_accessible_get_widget (GtkAccessible *accessible)
return accessible->priv->widget;
}
-static void
-gtk_accessible_widget_destroyed (GtkWidget *widget,
- GtkAccessible *accessible)
-{
- gtk_accessible_set_widget (accessible, NULL);
-}
-